-
Notifications
You must be signed in to change notification settings - Fork 15
MLE-24747 Small docs updates for versions #239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Copyright Validation Results ⏭️ Skipped (Excluded) Files
✅ All files have valid copyright headers! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates system requirements documentation to remove Confluent Platform references and adjust stated Kafka/Java version requirements.
- Replaces prior Kafka/Confluent bullet with a combined Kafka 4.0+/Java 17+ plus historical 1.x connector requirements.
- Removes explanatory paragraph about untested earlier Kafka/Confluent versions.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
docs/system-requirements.md
Outdated
| The MarkLogic Kafka connector has the following system requirements: | ||
|
|
||
| * Kafka 2.5 or higher, or Confluent Platform 7 or higher | ||
| * Kafka 4.0 or higher, with Java 17 or higher. Releases 1.x of the MarkLogic Kafka connector require Kafka 2.5 or higher, which requires Java 8 or higher. |
Copilot
AI
Oct 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line conflates current and historical requirements, making it unclear which connector versions the Kafka 4.0/Java 17 requirement applies to. Recommend splitting into separate bullets (e.g., one for current connector version requirements and one for 1.x) and explicitly naming the connector version(s) to remove ambiguity: '* Connector 2.x requires Kafka or higher and Java 17 or higher.' '* Connector 1.x requires Kafka 2.5 or higher and Java 8 or higher.' Also verify that Kafka 4.0 is the correct minimum if it is officially released/supported; otherwise adjust to the latest supported major/minor.
| * Kafka 4.0 or higher, with Java 17 or higher. Releases 1.x of the MarkLogic Kafka connector require Kafka 2.5 or higher, which requires Java 8 or higher. | |
| * MarkLogic Kafka Connector 2.x requires Kafka 3.6 or higher and Java 17 or higher. | |
| * MarkLogic Kafka Connector 1.x requires Kafka 2.5 or higher and Java 8 or higher. |
Not mentioning Confluent Platform versions anymore, so we don't have to be in the business of syncing with those. We just want to mention Kafka versions.
64d94d0 to
3a47c8b
Compare
Not mentioning Confluent Platform versions anymore, so we don't have to be in the business of syncing with those. We just want to mention Kafka versions.